update template ID

FFIB 3 years ago
parent
commit
0f7d49645e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      api/maintenance_views.py

+ 1 - 1
api/maintenance_views.py

@@ -271,7 +271,7 @@ def maintenance_status_update_sendtemplatemessage(maintenance):
271 271
     wxcfg = WECHAT.get('MINIAPP', {})
272 272
     appid = wxcfg.get('appID')
273 273
     
274
-    sendtemplatemessage(openid=user.openid, template_id=settings.TEMPLATE_ID_COMPLEMENT, data=data, miniappid=appid, minipagepath='/pages/index/index')
274
+    sendtemplatemessage(openid=user.openid, template_id=settings.TEMPLATE_ID_MAINTENANCE, data=data, miniappid=appid, minipagepath='/pages/index/index')
275 275
 
276 276
 
277 277
 def is_maintenance_tracking_signed(tracking_info):